home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine Extra 10 / Erect Magazine Extra 10 - Disc 1.iso / mac / P_Bro.DIR / 00053.ls < prev    next >
Encoding:
Text File  |  1996-12-07  |  161 b   |  8 lines

  1. on mouseDown
  2.   global slidewait_g
  3.   set the visible of sprite (the clickOn + 5) to 1
  4.   updateStage()
  5.   set slidewait_g to the ticks + (2 * 60)
  6.   go("Slide")
  7. end
  8.